home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / fgl105c.arc / 03-01.C < prev    next >
Encoding:
Text File  |  1991-10-11  |  108 b   |  9 lines

  1. main()
  2. {
  3.    fg_setmode(3);
  4.    fg_cursor(0);
  5.  
  6.    fg_setcolor(15);
  7.    fg_text("Hello, world.",13);
  8. }
  9.